Post

Replies

Boosts

Views

Activity

Comment on Swift Array removeAll() performance (slow)
We've been working on putting 20000 ViewControllers into an Array. We've seen that putting 20000 into an Array using append() doesn't take much time. However, it took a long time when I called removeAll() to delete the previously inserted 20000. It took about 15-20 seconds between calling removeAll and completing all append . We've even seen that using [] instead of removeAll() is time consuming which doesn't make much difference.
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’22
Comment on In iOS 15, when the app is restarted, it immediately crashes.
Not only our app, but also other company/individual apps have the same symptoms. If we repeat the above process, sometimes the symptoms keep coming back and sometimes they don't. Most of them happen after a few iterations.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on In iOS 15, when the app is restarted, it immediately crashes.
Oh you have similar symptoms!! I also have the same symptoms on iphone 12 promex ios 15 There was no such symptom on iphone 8s plus iOS 15.1 beta. It doesn't go away even after rebooting the device.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on In iOS 15, when the app is restarted, it immediately crashes.
It still happens in version 15.0.1 as well. It has not been modified. It happens with all apps sold on the App Store. The model I am using is iPhone 12 Pro Max and the iOS version is 15.0.1.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on How to get the Mac OS version ?
I also tried operatingSystemVersion . operatingSystemVersion is also returned as iOS 15.0.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on In iOS 15, when the app is restarted, it immediately crashes.
No, it's not English, it's another language.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on In iOS 15, when the app is restarted, it immediately crashes.
iOS 15.3.1 version iPhone or iPad still has that phenomenon. Couldn't find a solution.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on In iOS 15, when the app is restarted, it immediately crashes.
We are not using CoreData and the above happens.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Swift Array removeAll() performance (slow)
We've been working on putting 20000 ViewControllers into an Array. We've seen that putting 20000 into an Array using append() doesn't take much time. However, it took a long time when I called removeAll() to delete the previously inserted 20000. It took about 15-20 seconds between calling removeAll and completing all append . We've even seen that using [] instead of removeAll() is time consuming which doesn't make much difference.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Xcode 14 & iOS 16 purple warnings starting with "[Security] This method should not .. "
It seems to be caused by the AdMob library, so I posted the issue to the AdMob community. If I get a solution answer or find a solution, I'll upload it.
Replies
Boosts
Views
Activity
Sep ’22
Comment on "UI unresponsiveness" warning on @main
I've replied back below. please note
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Can you tell me the cause of the crash that only occurs on iOS 15.7 devices?
Thank you for answer. When testing using StoreKit, closing the app in the background actually causes the app to crash. However, since it occurs in the background, it may have little effect when users use the app. But if we want to reduce those crash logs, we should use extenstion on devices after iOS 15.7.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Can you tell me the cause of the crash that occurs when AVSpeechSynthesizer is stopped?
Added code on TTS generation and exit.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Can you tell me the cause of the crash that only occurs on iOS 15.7 devices?
I'm trying to add this code to my app in the next update, but the crash still comes? @available(iOS, introduced: 15.7, obsoleted: 16.0) @objc extension SKStoreProductViewController { func sceneDisconnected(_ arg: AnyObject) { } func appWillTerminate() { } }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on UITableView scrollToRow When switching to the next or previous page, the contents of the previous page do not disappear immediately, but remain as an afterimage and overlap for a while.
We shared the sample code compressed file as a Google Drive link. : https://drive.google.com/file/d/142_ymW1CGnOwIcYU7SWnR_3JAhxUPQYG/view?usp=sharing
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on UITableView scrollToRow When switching to the next or previous page, the contents of the previous page do not disappear immediately, but remain as an afterimage and overlap for a while.
Please reply after checking the file. (The cause or if it can be improved in the next iOS update) Be sure to test on an iPhone 14 Pro or iPhone 14 Pro Max. (Simulation is not recommended.)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22